翻訳と辞書
Words near each other
・ Longerhouw
・ Longeron
・ Longes
・ Longessaigne
・ Longest alternating subsequence
・ Longest bar in Australia
・ Longest bridge
・ Longest climbing salamander
・ Longest common subsequence problem
・ Longest common substring problem
・ Longest Day
・ Longest Day of Nelson
・ Longest element of a Coxeter group
・ Longest English sentence
・ Longest fence in the world
Longest increasing subsequence
・ Longest linear sequence
・ Longest NCAA Division I football winning streaks
・ Longest Night
・ Longest Night Service
・ Longest palindromic substring
・ Longest path problem
・ Longest prefix match
・ Longest professional baseball game
・ Longest recorded sniper kills
・ Longest reigning heavyweight champions
・ Longest repeated substring problem
・ Longest rivers of the United Kingdom
・ Longest squash match records
・ Longest tennis match records


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Longest increasing subsequence : ウィキペディア英語版
Longest increasing subsequence
In computer science, the longest increasing subsequence problem is to find a subsequence of a given sequence in which the subsequence's elements are in sorted order, lowest to highest, and in which the subsequence is as long as possible. This subsequence is not necessarily contiguous, or unique.
Longest increasing subsequences are studied in the context of various disciplines related to mathematics, including algorithmics, random matrix theory, representation theory, and physics.〔.〕 The longest increasing subsequence problem is solvable in time O(''n'' log ''n''), where ''n'' denotes the length of the input sequence.〔
==Example==
In the first 16 terms of the binary Van der Corput sequence
:0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15
a longest increasing subsequence is
:0, 2, 6, 9, 11, 15.
This subsequence has length six; the input sequence has no seven-member increasing subsequences. The longest increasing subsequence in this example is not unique: for instance,
:0, 4, 6, 9, 11, 15 or 0, 4, 6, 9, 13, 15
are other increasing subsequences of equal length in the same input sequence.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Longest increasing subsequence」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.